home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_227 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  185 b   |  12 lines

  1. on(release){
  2.    tellTarget("_level0.show")
  3.    {
  4.       _level.selection = "stoppy";
  5.    }
  6.    tellTarget("_level0.playbtn")
  7.    {
  8.       gotoAndStop("play");
  9.       play();
  10.    }
  11. }
  12.